home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / scott / WWW / NextStep / Implementation / old / WWW.h < prev   
Text File  |  1991-07-04  |  442b  |  15 lines

  1. /*    Include file for WorldWideWeb project-wide definitions
  2. */
  3.  
  4. /*    Formats:
  5. */
  6. typedef int WWW_Format;        /* Can take the following values: */
  7.  
  8. #define WWW_INVALID   (-1)
  9. #define WWW_SOURCE     0    /* Whatever it was            */
  10. #define WWW_PLAINTEXT    1    /* plain ISO latin (ASCII)        */
  11. #define WWW_POSTSCRIPT    2    /* Postscript - encapsulated?        */
  12. #define    WWW_RICHTEXT    3    /* Microsoft RTF transfer format    */
  13. #define WWW_HTML    4    /* WWW HyperText Markup Language    */
  14.  
  15.